home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / zorkdemo.dir / 00078_score-mouseDown.ls < prev    next >
Encoding:
Text File  |  1995-12-12  |  178 b   |  10 lines

  1. on mouseDown
  2.   if marker(0) = marker("quit") then
  3.     puppetSound("ExitB")
  4.   end if
  5.   if marker(0) = marker("video") then
  6.     puppetSound("thunder")
  7.   end if
  8.   go(marker(1))
  9. end
  10.